home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 3
/
Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso
/
drivers
/
gstun31.exe
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-09-21
|
4KB
|
89 lines
echo off
cls
if ()==(%1) goto NO_ARG
goto DO_IT
:NO_ARG
cls
echo ┌─────────────────────────────────────────────────┐
echo │** Accelerator Windows 3.1 Crystal Tune Utility**│
echo └─────────────────────────────────────────────────┘
echo
echo This batch file needs to know where your Windows
echo directory is located in order to properly install
echo the Crystal Tune Utility.
echo
echo ┌┬────────────────────────────────────┬┐
echo ││ Usage: INSTALL [Windows Directory] ││
echo └┴────────────────────────────────────┴┘
echo Example: INSTALL C:\WINDOWS
goto DONE
:DO_IT
cls
echo ┌─────────────────────────────────────────────────┐
echo │** Accelerator Windows 3.1 Crystal Tune Utility**│
echo └─────────────────────────────────────────────────┘
echo
echo This batch file will conveniently extract
echo the Crystal Tune Utility to your Windows
echo system directory.
echo
echo ┌─────────────────────────────────────────┐
echo │ If you are prompted to overwrite a file │
echo │ press Y for YES │
echo └─────────────────────────────────────────┘
echo
echo Press any key to continue the installation
echo or CONTROL-C to abort.
echo
pause >nul
cls
echo ┌─────────────────────────────────────────────────┐
echo │** Accelerator Windows 3.1 Crystal Tune Utility**│
echo └─────────────────────────────────────────────────┘
echo
echo Decompressing . . .
gstune31 /e%1
if errorlevel == 0 goto OK
goto ERROR
:OK
echo
pause
cls
echo ┌─────────────────────────────────────────────────┐
echo │** Accelerator Windows 3.1 Crystal Tune Utility**│
echo └─────────────────────────────────────────────────┘
echo ────────────────────
echo ╒══════════════════════════╕
echo │ Installation successful! │
echo ╘══════════════════════════╛
echo
echo The first step of installing the Crystal Tune Utility is
echo now complete. The next step is to tell Windows how to use
echo this Utility. Please read the GSTUNE.TXT file for further
echo instructions. GSTUNE.TXT is located in your %1
echo directory.
goto DONE
cls
echo ┌─────────────────────────────────────────────────┐
echo │** Accelerator Windows 3.1 Crystal Tune Utility**│
echo └─────────────────────────────────────────────────┘
echo ────────────────────
echo ╒═════════════════════╕
echo │ Installation Failed │
echo ╘═════════════════════╛
echo
echo An error has been reported decompressing the Crystal Tune Utility. This
echo may be due to problems accessing the specified directory, low free disk
echo space, or the archive is corrupt. First, ensure the path you specified
echo is correct. Second, run the DOS CHKDSK utility on your hard drive. If
echo CHKDSK reports errors, correct the errors before continuing. Also, make
echo certain you have at least 3 Meg of free disk space available.
echo
echo If you continue to have problems, you may wish to try manually
echo installing the utility or contact ATI Customer Support. Manual
echo installation instructions are in README.1ST.
:DONE
echo
echo ATI Customer Support (416) 756-0711 9am-5:30pm
echo